home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / blobs.swf / scripts / DefineButton2_68 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2006-06-13  |  94 b   |  6 lines

  1. on(release){
  2.    this.stopDrag();
  3.    _parent.checkDrop();
  4.    _parent.toggleBlobs("on");
  5. }
  6.